Data Values
Table Name: GXT_DATAVALUES_TBL
Data values are not used in Protege WX. For more information, see the Protege GX Operator Reference Manual.
List
Request a list of data values.
-
Request:
Copyhttp://192.168.1.2/PRT_CTRL_DIN_ISAPI.dll?Request&Type=List&SubType=GXT_DATAVALUES_TBL
-
Response:
Copy1=Data Value 1&2=Data Value 2
Detail
Request the details of a specific data value.
-
Request:
Copyhttp://192.168.1.2/PRT_CTRL_DIN_ISAPI.dll?Request&Type=Detail&SubType=GXT_DATAVALUES_TBL&RecId=<RecId>
-
Response:
CopyDataValueId=1&Name=Data Value 1&PresetPowerUp=false&PresetValue=false&PresetValue1=2147483647
Update
Update a specific data value.
-
Request:
Copyhttp://192.168.1.2/PRT_CTRL_DIN_ISAPI.dll?Command&Type=Submit&SubType=GXT_DATAVALUES_TBL&DataValueId=1&Name=Core Temperature
-
Response:
CopyOK
Create
Create a data value. To create a data value, use the same parameters as update but leave the DataValueId empty.
-
Request:
Copyhttp://192.168.1.2/PRT_CTRL_DIN_ISAPI.dll?Command&Type=Submit&SubType=GXT_DATA VALUES_TBL&DataValueId=&Name=Data Value 1&PresetPowerUp=false&PresetValue=false&PresetValue1=2147483647
-
Response:
CopyOK
Delete
Delete a specific data value.
-
Request:
Copyhttp://192.168.1.2/PRT_CTRL_DIN_ISAPI.dll?Command&Type=Delete&SubType=GXT_DATAVALUES_TBL&RecId=<RecId>
-
Response:
CopyOK
Parameters
Parameter |
Display Name |
Default Value |
Notes |
---|---|---|---|
DataValueId |
Database ID |
1 |
The Detail, Control and Delete APIs use this value as the RecId. |
Name |
Name |
Data Value 1 |
|
PresetPowerUp |
Preset Power Up |
false |
|
PresetValue |
Preset Value |
false |
|
PresetValue1 |
Preset Value |
2147483647 |
|